MarkLogic Server 11.0 Product Documentation
GET /manage/v2/task-servers/{id|name}Summary
This resource address lists the specified Task Server properties.
URL Parameters |
format |
The format of the returned data. Can be either
html , json , or xml (default). This value overrides
the Accept header if both are present. |
group-id |
Specifies to return only the properties of the
task server in the specified group. The group can be identified either by id or name. If not
specified, the response includes information about all Task Servers. |
Request Headers |
Accept |
The expected MIME type of the response. If the
format parameter is present, it takes precedence over the Accept header. |
Response Headers |
Content-type |
The MIME type of the data in the response
body. Depending upon the value of the format parameter or Accept header, one of
application/xml , application/json , or text/html .
|
Response
Upon success, MarkLogic Server returns status code 200 (OK). The response body
contains the requested data. A status code of 401 (Unauthorized) is returned if the user does
not have the necessary privileges.
Required Privileges
This operation requires the
manage-user
role, or the following
privilege:
http://marklogic.com/xdmp/privileges/manage
Example
http://localhost:8002/manage/v2/task-servers/Tserver?group-id=Default
==> Returns the properties for the 'Tserver' Task Server in the Default group.
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.